home *** CD-ROM | disk | FTP | other *** search
- From: gnikl@informatik.uni-rostock.de (Gunther Nikl)
- Subject: Re: Want to make a shared.library
- Newsgroups: comp.sys.amiga.programmer
- References: <4kiehp$an5@astfgl.idb.hist.no>
- X-Newsreader: TIN [version 1.2 PL2]
- NNTP-Posting-Host: honshu.informatik.uni-rostock.de
- Message-ID: <316d1eca.0@info4.uni-rostock.de>
- Date: 11 Apr 96 15:01:30 GMT
- Path: info4.uni-rostock.de!honshu!gnikl
-
- Anne Kristine Ugedal (anneu@colargol.idb.hist.no) wrote:
- > GCC:
- > - Using the libent.c and libibit.c from libnix, I can compile and
- > link my.library, but when my testprogram tries to open it, I
- > get lots of yellow gurus. My guess is that the librarybase
- > is'nt properly used/initialized.
-
- Which version of libnix do you have installed? The library startups
- of 1.0 had a bud due to a compiler problem. However, the versions
- from 1.1 should work. At least the example that comes with libnix
- works as expected. Please do not forget to compile with "-fbaserel"
- and add "-nostdlib -noixemul" when linking. This IS correct.
-
- Gunther
-